Get recording player
Serves the recording player HTML page. Request /recordings/{recordingId}/player.html or send Accept: text/html for the HTML representation. File extensions take precedence over the Accept header when both are present.
Authorizations
Show parameters: TenantId, KeyId, Expires, Signature
Parameters
Path Parameters
The recording ID
"000e8400-e00b-00d0-a716-446655440000""uuid"Query Parameters
Show the control bar (default: true).
"true"Autoplay on load (default: false).
"false"Player display mode. standard renders the full player page, minimal strips surrounding chrome for embeds, and capture uses the full-viewport layout optimized for screenshots.
"standard"Playback speed from 0.25 to 4 (default: 1). Values outside this range return 400.
"1"Playback position selector. Supports offset, percent, and epoch formats: offset:5000, offset:-5000, percent:50, or epoch:1702900000000. Defaults to offset:0.
"offset:0"Optional same-origin or relative events URL override. Used internally with presigned event URLs for player and screenshot rendering.
"https://api.example.com/recordings/000e8400-e00b-00d0-a716-446655440000/events?tenantId=tenant-123&expires=1700000000&keyId=key-2025-12&signature=abcdef"Responses
Recording player HTML page